Description: The system call interface is the set of functions exposed by the kernel to the user space.
For example, fsopen is a system call function.
External links: